home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 118 / cd-rom 118.iso / aplic / open / openofficeorg4.cab / __init__9.py < prev    next >
Encoding:
Python Source  |  2005-02-15  |  333 b   |  16 lines

  1. """distutils
  2.  
  3. The main package for the Python Module Distribution Utilities.  Normally
  4. used from a setup script as
  5.  
  6.    from distutils.core import setup
  7.  
  8.    setup (...)
  9. """
  10.  
  11. # This module should be kept compatible with Python 1.5.2.
  12.  
  13. __revision__ = "$Id: __init__.py,v 1.23 2002/11/19 13:12:26 akuchling Exp $"
  14.  
  15. __version__ = "1.0.3"
  16.